Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit b77eb6aa76798f6ce69ed7e2bdd3fc42d71ddb6d


Parents : e92224f
Author : Breland Miley <breland@bdawg.org>
Signature : Signature validation error
Date : 2024-05-04T10:17:36-04:00
Committer : GitHub <noreply@github.com>
Date : 2024-05-04T10:17:36-04:00

Fix pipx install command in README

Under the `pipx` section - the Mac app was missing the `x` in `pipx`. Add the missing `x`.

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M README.md +1 -1

Diff

diff --git a/README.md b/README.md
index 3cce901f..a6a51158 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Alternatively, you can use the `pipx` tool to install Sideband in an isolated en
pipx install sbapp
# Install Sideband on macOS
-pip install "sbapp[macos]"
+pipx install "sbapp[macos]"
# Optionally install Reticulum utilities
pipx install rns


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────